home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / go54.zip / GO.HST < prev    next >
Text File  |  1990-11-06  |  15KB  |  360 lines

  1. The following is a list of revisions to GO:
  2.  
  3. version 5.4  6 November 1990
  4.  
  5.     - Modified the move algorithm in order to improve speed.  I have included
  6.       the performance results for the curious.  The tests were conducted on
  7.       an 80386, 16mhz with 32ns SRAM, 28ns 40MByte hard drive and a 3.5",
  8.       1.44 MByte floppy drive.  I should have included this modification in
  9.       version 5.3D but got caught up on other projects.
  10.  
  11. version 5.3D  2 November 1990
  12.  
  13.     - Modified the output display on the move feature.  Now, instead of disp-
  14.       laying each move file on a different line, each file will display on
  15.       the same line.
  16.  
  17. version 5.3C  23 October 1990
  18.  
  19.     - Added the /q switch to the file find function.  The /q will prompt the
  20.       user to quit the search each time a match is found.  This is the same
  21.       as the /j switch; however, /q will return the user to the directory
  22.       from which the search was started instead of to the directory containing
  23.       the found file.
  24.  
  25.     - Cleaned up the display in the move file feature.
  26.  
  27. version 5.3B  17 September 1990
  28.  
  29.     - Corrected a bug in the kill directory feature that would hang the
  30.       system on some directories while working properly on others.
  31.  
  32. version 5.3A  9 September 1990
  33.  
  34.     - Corrected a bug disabling the kill directory feature.
  35.  
  36. version 5.3 4 September 1990
  37.  
  38.     - I corrected a bug that prohibited a user from using the speed attribute
  39.       change feature when clearing all bits of a class of files
  40.  
  41.     - I added the ability to move all files within a directory without having
  42.       to add a back-slash and *.*.  This makes the move feature function more
  43.       like DOSs' copy command as far as syntax goes.
  44.  
  45.     - I have reworked a couple of algorithms in order to keep the size of the
  46.       program down and improve performance.  In addition, I have LZEXE'd the
  47.       program to further reduce space.
  48.  
  49.     - Eliminated free registration to various groups.  Complaints from those
  50.       who did register energized me into action (besides, the more money I
  51.       get, the happier I am...).
  52.  
  53.     - I have included a simple registration form starting with this release
  54.       in order to simplify matters.  I realized (actually, some users sugg-
  55.       ested) that it would be more beneficial to provide the bulk registration
  56.       scaling as opposed to users trying to get in contact with me.  Although
  57.       I have an answering machine, I sometimes have problems returning calls
  58.       immediately (say within 48 hours).  This should correct, or at least
  59.       reduce, that problem.
  60.  
  61. version 5.2 19 June 1990
  62.  
  63.     - A bug was reported recently that could have devestating effects on
  64.       a users' hard or floppy disk.  If a user requested that a directory
  65.       be killed, and the requested directory was not on the current drive,
  66.       the current directory was killed.  I have corrected this but notifying
  67.       the user that it is not possible to kill directories outside of the
  68.       current drive.
  69.  
  70.     - I have included with this release a registration form to both ease the
  71.       registration process and provide cost information.
  72.  
  73.     - Also with this release, I no longer provide certain users with "no cost"
  74.       registration.  I received numerous complaints about the unfairness of
  75.       my policy and must admit that a change was needed.
  76.  
  77. version 5.1  24 April 1990
  78.  
  79.     - Wouldn't you know it, as soon as I release version 5.0, I receive two
  80.       separate requests to modify the attribute changing function.  Oh well.
  81.       I have added the /C switch which will turn off ALL bits for either a
  82.       single or class/group of files.  The difference between this and
  83.       returning a file to "normal" is the turning off of the archive bit.
  84.       The archive bit is turned on anytime a file has been created and/or
  85.       modified.  This is how backup programs determine if a file should be
  86.       backed up during incremental and/or differential backups.  Once files
  87.       have been backed up, the the archive bit is turned off (depending on
  88.       the type of backup performed.  This is always true for full backups).
  89.  
  90.     - I have elected not to remove the file display from speed archival
  91.       changes due to the limited amount of savings possible versus the
  92.       amount of recoding and increased code size necessary to make the
  93.       change.  Maybe later...
  94.  
  95. version 5.0  24 April 1990
  96.  
  97.     - Added the ability to remove entire directories (K) containing both files
  98.       subdirectories.  Directories that contain less than three characters
  99.       (which could be your entire hard disk) will require user verification
  100.       prior to directory kill being performed.
  101.  
  102. version 4.2  18 March 1990
  103.  
  104.     - Before attempting to move a file across drives, a check is made to
  105.       ensure that enough space remains on the target drive to hold the new
  106.       file.  If it does, the move is made otherwise the user is informed that
  107.       there isn't enough space.
  108.  
  109.     - Reworked a couple of algorithms to improve speed.
  110.  
  111. version 4.1F  6 March 1990
  112.  
  113.     - Improved the information returned if a requested file does not exist
  114.       during the move function.  The user is now told that the file does not
  115.       exist.
  116.  
  117.     - Tightened up a couple of the algorithms slightly improving speed.
  118.  
  119. version 4.1E  5 March 1990
  120.  
  121.     - Getting the bugs out of the move feature inadvertently created a bug
  122.       in the rename a directory feature.  This has been corrected.
  123.  
  124. version 4.1D  2 March 1990
  125.  
  126.     - Corrected a bug that would cause some files transferred from root,
  127.       while the user was in root, to fail.
  128.  
  129.     - Corrected a bug that would cause a move failure when transferring files
  130.       to a RAM disk.
  131.  
  132. version 4.1C  23 February 1990
  133.  
  134.     - Corrected a minor annoyance which prohibited the movement of a file
  135.       to a child sub-directory unless the absolute (full) path was given.
  136.       It now works as expected.
  137.  
  138. version 4.1B  22 February 1990
  139.  
  140.     - This release is a bug fix to the move files feature.  Following is a
  141.       list of corrected bugs:
  142.  
  143.         -- moving files from the root directory failed - corrected
  144.         -- moving files from one drive to another would work but changed
  145.            the files' date and time stamp - corrected
  146.         -- moving wildcard files (group of files) resulted in the creation
  147.            of zero byte files but no move occured - corrected
  148.  
  149. version 4.1  20 February 1990
  150.  
  151.     - Corrected bugs when moving files between directories, to and/or from
  152.       the root directory, and others.
  153.  
  154.     - Added the ability to move files between designated drives, hard or
  155.       floppy.
  156.  
  157.     - When a move is attempted into a directory where a file already exists
  158.       with the same name as the selected file, you will be informed that the
  159.       move did not take place and that a file probably already exists with
  160.       the requested files' name.
  161.  
  162.     - During a file search, when GO cannot find the requested file, it will
  163.       tell you that the file does not exist or was probably entered wrong.
  164.  
  165.     - Added the /s option for attribute changing allowing the user to bypass
  166.       the Y/N requirement for each file during mass file changes.
  167.  
  168. version 4.0  6 February 1990
  169.  
  170.     - GO is now a 6-in-1 DOS utility!
  171.  
  172.     - Added the ability to move a file or group of files.  Since this op-
  173.       eration simply changes the file pointer in the directory, there is
  174.       no actual moving; therefore, it is fast than a copy and eliminates the
  175.       need to remove the file afterwards.  Currently, this feature will only
  176.       move files across directories of the same drive.  I am working on an
  177.       enhancement that will enable a file to be moved across drives.
  178.  
  179.     - Modified the help screen when no arguments are given thereby taking up
  180.       less screen space.
  181.  
  182. version 3.46 4 February 1990
  183.  
  184.     - Added the option to quit a search when you've found the file(s) you
  185.       want.  This option is activated when the screen is filled and before
  186.       the program continues searc